From: Richard M. Stallman Date: Thu, 23 Jun 1994 19:27:56 +0000 (+0000) Subject: Don't declare exit or perror. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91036 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3dc64903b825fa73e61846bd792edf249e1bf425;p=emacs.git Don't declare exit or perror. --- diff --git a/lib-src/hexl.c b/lib-src/hexl.c index c183af7add4..bd6220e0ba5 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c @@ -12,11 +12,6 @@ #define TRUE (1) #define FALSE (0) -#ifndef MSDOS -/* Defined volatile by std.h in MsDos. */ -extern void exit (), perror (); -#endif - int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1; int group_by = DEFAULT_GROUPING; char *progname;